@charset "utf-8";
@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
}
.fd::after {
    content: " ";
    display: block;
    clear: both;
}
.fd {
    zoom: 1;
}
.app{
    display: none;
}

/* 资讯_新车上市 */
.ny_banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ny_banner .bj{
    width: 100%;
    vertical-align: middle;
}
.ny_banner .rq{
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 0;
    left: 0;
}
.ny_banner .rq .lef{
    float: left;
    width: 60%;
}
.ny_banner .rq .lef a{
    font-size: 16px;
    color: #555555;
    float: left;
    margin-right: 3.4%;
    position: relative;
}
.ny_banner .rq .lef a:last-child{
    margin-right: 0;
}
.ny_banner .rq .lef a.on{
    color: #df2128;
}
.ny_banner .rq .lef a::before{
    content: '';
    width: 100%;
    height: 2px;
    background: #df2128;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.ny_banner .rq .lef a.on::before{
    opacity: 1;
}
.ny_banner .rq .rig{
    width: 35%;
    float: right;
    font-size: 14px;
    color: #555555;
    text-align: right;

    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ny_banner .rq .rig a{
    color: #555555;
}
.ny_banner .rq .rig span{
    color: #000000;
}

/* new1_con1 */
.new1_con1{
    width: 100%;
    padding-top: 5%;
}
.new1_con1 .rq{
    width: 100%;
}
.new1_con1 .div{
    width: 100%;
    background: #f7f7f7;
    height: 490px;
    display: flex;
}
.new1_con1 .div .lef{
    width: 50%;
    overflow: hidden;
}
.new1_con1 .div .lef div{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s;
}
.new1_con1 .div .lef:hover div{
    transform: scale(1.05);
}
.new1_con1 .div .rig{
    width: 50%;
    padding: 3.5% 3% 2.5% 5%;
    position: relative;
}
.new1_con1 .div .p1{
    font-size: 16px;
    color: #555555;
}
.new1_con1 .div .p2{
    font-size: 34px;
    color: #000000;
    line-height: 1.176;
    margin-top: 10px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new1_con1 .div .p3{
    font-size: 18px;
    color: #555555;
    line-height: 1.666;
    margin-top: 4%;
    margin-bottom: 6.5%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.rome{
    display: block;
    font-size: 16px;
    color: #df2128;
    background: none;
    width: 160px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #df2128;
    transition: all .5s;
    cursor: pointer;
}
.rome:hover{
    background: #df2128;
    color: #fff;
}
.new1_con1 .swiper-pagination{
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 8%;
    padding-left: 10%;
    text-align: left;
    line-height: 1;
}
.new1_con1 .swiper-pagination-bullet{
    width: 13px;
    height: 2px;
    background: #888888;
    opacity: 1;
    float: left;
    margin-right: 10px;
    transition: all .5s;
}
.new1_con1 .swiper-pagination-bullet-active{
    width: 33px;
    background: #df2128;
}

/* new1_con2 */
.new1_con2{
    width: 100%;
    padding-top: 4.2%;
    padding-bottom: 4.8%;
}
.new1_con2 .rq{
    width: 100%;
    padding-bottom: 20px;
}
.new1_con2 .div{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3.5%;
    float: left;
}
.new1_con2 .div:nth-child(3n){
    margin-right: 0;
}
.new1_con2 .div .top{
    width: 100%;
    padding-bottom: 67.4%;
    position: relative;
    overflow: hidden;
}
.new1_con2 .div .top div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all .5s;
}
.new1_con2 .div .top:hover div{
    transform: scale(1.05);
}
.new1_con2 .div .bot{
    width: 100%;
    padding-top: 5%;
}
.new1_con2 .div .bot .p1{
    font-size: 14px;
    color: #555555;
}
.new1_con2 .div .bot .p2{
    font-size: 24px;
    color: #000000;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* new1_con3 */
.new1_con3{
    width: 100%;
}
.new1_con3 .footNav{
    display: none;
}
.new1_con3 .rq{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.new1_con3 .rq a{
    float: left;
    width: 15.7%;
    margin-right: 5.375%;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-right: 15px;
}
.new1_con3 .rq a::before{
    content: '';
    width: 11px;
    height: 16px;
    background-image: url(../images/cw_img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 34%;
    transform: translateY(-50%);
}
.new1_con3 .rq a:nth-child(5n){
    margin-right: 0;
}
@media(max-width:1459px){
    .ny_banner .rq {
        height: 54px;
        line-height: 54px;
    }
    .new1_con1 .div {
        height: 440px;
    }
    .new1_con1 .div .p1 {
        font-size: 14px;
    }
    .new1_con1 .div .p2 {
        font-size: 26px;
    }
    .new1_con1 .div .p3 {
        font-size: 16px;
    }
    .rome {
        font-size: 14px;
        width: 120px;
        height: 40px;
        line-height: 38px;
    }
    .new1_con2 .div .bot .p2 {
        font-size: 20px;
        margin-top: 6px;
        margin-bottom: 18px;
    }
    .new1_con3 .rq a {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 26px;
    }
    .new1_con3 .rq a::before {
        width: 10px;
        height: 15px;
    }

}
@media(max-width:991px){
    .pc{
        display: none;
    }
    .app{
        display: block;
    }
    .new1_con1 .div {
        height: 350px;
    }
}
@media(max-width:768px){
    .ny_banner .rq .lef{
        width: 100%;
    }
    .ny_banner .rq .rig{
        display: none;
    }
    .ny_banner .rq {
        height: 40px;
        line-height: 40px;
    }
    .ny_banner .rq .lef a {
        font-size: 14px;
    }
    .new1_con1 .div{
        height: auto;
        flex-wrap: wrap;
    }
    .new1_con1 .div .lef{
        width: 100%;
        height: 400px;
    }
    .new1_con1 .div .rig{
        width: 100%;
        padding: 20px 15px;
        padding-bottom: 60px;
    }
    .new1_con1 .swiper-pagination{
        padding-left: 15px;
        bottom: 20px;
    }
    .new1_con2 .div{
        width: 49%;
        margin-right: 2%;
    }
    .new1_con2 .div:nth-child(3n){
        margin-right: 2%;
    }
    .new1_con2 .div:nth-child(2n){
        margin-right: 0;
    }
    .new1_con3 .rq a{
        width: 32%;
        margin-right: 2%;
    }
    .new1_con3 .rq a:nth-child(5n){
        margin-right: 2%;
    }
    .new1_con3 .rq a:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width:500px){
    .ap_pd{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .new1_con1.ap_pd{
        padding-bottom: 0 !important;
    }
    .new1_con1 .div .lef {
        height: 240px;
    }
    .new1_con1 .div .p2 {
        font-size: 20px;
    }
    .new1_con1 .div .p3 {
        font-size: 14px;
    }
    .rome {
        font-size: 14px;
        width: 100px;
        height: 36px;
        line-height: 34px;
    }
    .new1_con2 .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .new1_con2 .div .bot .p2 {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .new1_con2 .rq {
        padding-bottom: 10px;
    }
    .new1_con3 .rq{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .new1_con3 .rq a{
        width: 49%;
        margin-right: 2%;
    }
    .new1_con3 .rq a:nth-child(3n){
        margin-right: 2%;
    }
    .new1_con3 .rq a:nth-child(2n){
        margin-right: 0;
    }
    .new1_con3 .rq a {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 16px;
    }
    .new1_con3 .rq a::before {
        width: 8px;
        height: 12px;
    }
}


/* 资讯_车主故事 */
.new2_con1{
    width: 100%;
    padding: 5% 0;
}
.new2_con1 .rq{
    width: 100%;
    padding-bottom: 28px;
}
.new2_con1 .div{
    width: 48.6%;
    height: 290px;
    margin-right: 2.8%;
    margin-bottom: 2.2%;
    float: left;
    background: #f7f7f7;
    padding: 2.6%;
    padding-right: 3.8%;
}
.new2_con1 .div:nth-child(2n){
    margin-right: 0;
}
.new2_con1 .div .lef{
    width: 29%;
    padding-right: 7%;
    float: left;
}
.new2_con1 .div .lef img{
    width: 100%;
    transition: all .5s;
}
.new2_con1 .div:hover .lef img{
    transform: scale(1.05);
}
.new2_con1 .div .rig{
    width: 71%;
    float: left;
}
.new2_con1 .div .p1{
    font-size: 24px;
    color: #000000;
    padding-left: 0px;
    padding-right: 80px;
    position: relative;

    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.new2_con1 .div .p1 span{
    font-size: 14px;
    color: #555555;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new2_con1 .div .p1::before{
    content: '';
    width: 15px;
    height: 10px;
    background-image: url(../images/cw_img2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
	display:none;
}
.new2_con1 .div .p2{
    font-size: 16px;
    color: #555555;
    line-height: 1.875;
    margin: 4% 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media(max-width:1459px){
    .new2_con1 .div .p1 {
        font-size: 20px;
    }
    .new2_con1 .div .p1 span {
        font-size: 13px;
    }
    .new2_con1 .div .p2 {
        font-size: 15px;
    }
    .new2_con1 .div {
        height: 250px;
    }
}
@media(max-width:991px){
    .new2_con1 .div {
        height: 214px;
    }
}
@media(max-width:768px){
    .new2_con1 .div{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
}
@media(max-width:500px){
    .new2_con1 .div .p1{
        padding-right: 0;
    }
    .new2_con1 .div .p1 span{
        position: static;
        transform: translateY(0);
        display: block;
        margin-top: 5px;
    }
    .new2_con1 .div .p2 {
        font-size: 14px;
    }
}


/* 资讯_集团新闻 */
.new3_con1{
    width: 100%;
    padding-top: 5%;
    padding-bottom: 4%;
}
.new3_con1 .rq{
    width: 100%;
    padding-bottom: 0;
}
.new3_con1 .rq .div{
    margin-bottom: 0;
}

/* new3_con2 */
.new3_con2{
    width: 100%;
    padding-bottom: 5%;
    padding-top: 4.5%;
    background: #f7f7f7;
}
.new3_con2 .rq{
    width: 100%;
    padding-bottom: 30px;
}
.new3_con2 .div{
    width: 100%;
    margin-bottom: 25px;
    background: #fff;
    padding: 2.5%;
}
.new3_con2 .div .lef{
    width: 23.5%;
    float: left;
    overflow: hidden;
}
.new3_con2 .div .lef img{
    width: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.new3_con2 .div:hover .lef img{
    transform: scale(1.05);
}
.new3_con2 .div .rig{
    width: 76.5%;
    float: left;
    padding-left: 2.3%;
}
.new3_con2 .div .rig .p1{
    font-size: 24px;
    color: #000000;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.new3_con2 .div .rig .p2{
    font-size: 16px;
    color: #555555;
}
.new3_con2 .div .rig .p3{
    font-size: 16px;
    color: #555555;
    line-height: 1.875;
    margin-top: 12px;
    margin-bottom: 3.5%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media(max-width:1459px){
    .new3_con2 .div .rig .p1 {
        font-size: 20px;
    }
    .new3_con2 .div .rig .p2 {
        font-size: 14px;
        margin-top: 5px;
    }
    .new3_con2 .div .rig .p3 {
        font-size: 15px;
    }
}
@media(max-width:768px){
    .new3_con1 .rq .div{
        margin-bottom: 25px;
    }
    .new3_con2 .div .lef {
        width: 40%;
    }
    .new3_con2 .div .rig {
        width: 60%;
    }
    .new3_con2 .rq{
        padding-bottom: 10px;
    }
    
}
@media(max-width:500px){
    .new3_con2 .div .lef {
        width: 100%;
    }
    .new3_con2 .div .rig {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 20px;
    }
}


/* 资讯_门店资讯 */
.new4_con1{
    width: 100%;
    padding: 5% 0;
}

/* 招聘_人才理念 */
.recr1_con1{
    width: 100%;
    padding-top: 4.8%;
    position: relative;
    z-index: 10;
}
.bt{
    width: 100%;
    text-align: center;
}
.bt .p1 span{
    font-size: 48px;
    color: #000000;
    position: relative;
}
.bt .p1 span::before,
.bt .p1 span::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #da3122;
    border-radius: 50%;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.bt .p1 span::before{
    left: -30px;
}
.recr1_con1 .rq{
    width: 100%;
    background: #fff;
    padding-bottom: 6%;
    transform: translateY(110px);
}
.recr1_con1 .rq .div{
    width: 50%;
    float: left;
    position: relative;
}
.recr1_con1 .rq .div::before{
    content: '';
    width: 1px;
    height: 180px;
    background: #eeeeee;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.recr1_con1 .rq .div:last-child::before{
    display: none;
}
.recr1_con1 .rq .ico{
    width: 51px;
    height: 51px;
    margin: 0 auto;
    position: relative;
}
.recr1_con1 .rq .ico img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}
.recr1_con1 .rq .ico .ig2{
    opacity: 0;
}
.recr1_con1 .rq .div:hover .ico .ig2{
    opacity: 1;
}
.recr1_con1 .rq .div:hover .ico .ig1{
    opacity: 0;
}
.recr1_con1 .rq .div .p1{
    font-size: 34px;
    color: #000000;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 10px;
    transition: all .5s;
}
.recr1_con1 .rq .div:hover .p1{
    color: #da3122;
}
.recr1_con1 .rq .div .p2{
    font-size: 18px;
    color: #555555;
    line-height: 1.444;
    text-align: center;
}



/* recr1_con2 */
.recr1_con2{
    width: 100%;
    position: relative;
    z-index: 8;
    padding-bottom: 31.5%;
}
.recr1_con2 .ig{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.recr1_con2 .rq{
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
	bottom: 44%;
    transform: translate(0,50%);
}
.recr1_con2 .rq .div{
    width: 50%;
    text-align: center;
    float: left;
    padding: 0 20px;
    position: relative;
}
.recr1_con2 .rq .div::before{
    content: '';
    width: 1px;
    height: 150px;
    background: rgba(255,255,255,.2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.recr1_con2 .rq .div:last-child::before{
    display: none;
}
.recr1_con2 .rq .div img{
    width: 63px;
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.recr1_con2 .rq .div:hover img{
    transform: translateY(-15px);
}
.recr1_con2 .rq .div .p1{
    font-size: 34px;
    color: #ffffff;
    margin-top: 22px;
    margin-bottom: 8px;
}
.recr1_con2 .rq .div .p2{
    font-size: 18px;
    color: #ffffff;
}
@media(max-width:1459px){
    .bt .p1 span {
        font-size: 36px;
    }
    .bt .p1 span::before, .bt .p1 span::after {
        width: 6px;
        height: 6px;
        right: -20px;
    }
    .bt .p1 span::before {
        left: -20px;
    }
    .recr1_con1 .rq {
        transform: translateY(80px);
    }
    .recr1_con1 .rq .ico {
        width: 40px;
        height: 40px;
    }
    .recr1_con1 .rq .div::before {
        height: 126px;
    }
    .recr1_con1 .rq .div .p1 {
        font-size: 26px;
        margin-top: 16px;
        margin-bottom: 8px;
    }
    .recr1_con1 .rq .div .p2 {
        font-size: 16px;
    }
    .recr1_con2 .rq .div img {
        width: 48px;
    }
    .recr1_con2 .rq .div .p1 {
        font-size: 26px;
        margin-top: 16px;
        margin-bottom: 6px;
    }
    .recr1_con2 .rq .div .p2 {
        font-size: 16px;
    }
    .recr1_con2 .rq .div::before {
        height: 110px;
    }
}
@media(max-width:768px){
    .bt .p1 span {
        font-size: 26px;
    }
    .recr1_con1 .rq .div .p1 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 6px;
    }
    .recr1_con1 .rq .div .p2 {
        font-size: 14px;
    }
    .recr1_con2{
        padding-bottom: 0;
        height: 300px;
    }
    .recr1_con2 .rq .div .p1 {
        font-size: 20px;
    }
    .recr1_con2 .rq .div .p2 {
        font-size: 14px;
    }
}
@media(max-width:500px){
    .bt .p1 span {
        font-size: 24px;
    }
    .recr1_con1{
        padding-top: 40px;
    }
    .recr1_con1 .rq {
        transform: translateY(24px);
    }
    .recr1_con1 .rq .div{
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .recr1_con2 {
        height: 240px;
    }
    .recr1_con2 .rq{
        padding-bottom: 20px;
    }
    .recr1_con2 .rq .div img {
        width: 40px;
    }
    .recr1_con2 .rq .div .p1 {
        margin-top: 10px;
    }
    .recr1_con2 .rq .div {
        padding: 0 8px;
    }
}


/* 招聘_社会招聘 */
.recr2_con1{
    width: 100%;
    padding-top: 6%;
    padding-bottom: 5%;
}
.recr2_con1 .rq{
    width: 100%;
    position: relative;
    padding-top: 3.2%;
    z-index: 1;
    overflow: hidden;
}
.recr2_con1 .rq .ig{
    width: 50.4%;
    padding-bottom: 42%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.recr2_con1 .rq1{
    width: 100%;
    padding-left: 12.5%;
    position: relative;
}
.recr2_con1 .rq1 .lef{
    position: absolute;
    left: 0;
    top: 0;
}
.recr2_con1 .rq1 .lef p{
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    width: 48px;
    line-height: 1;
    position: relative;
}
.recr2_con1 .rq1 .lef p i{
    width: 8px;
    height: 8px;
    border: 2px solid #da3122;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
}
.recr2_con1 .rq1 .lef p::before{
    content: '';
    width: 1px;
    height: 240px;
    position: absolute;
    left: 16px;
    bottom: -486px;
    background: rgba(255,255,255,.2);
}
.recr2_con1 .rq1 .rig{
    width: 100%;
}
.recr2_con1 .rq1 .rig .rq2{
    padding-bottom: 30px;
}
.recr2_con1 .rq1 .div{
    width: 100%;
    background: #f7f7f7;
    padding: 4.5%;
    padding-bottom: 60px;
    margin-bottom: 30px;
    position: relative;
}
.recr2_con1 .rq1 .p1{
    font-size: 24px;
    color: #000000;
    margin-bottom: 6px;
}
.recr2_con1 .rq1 .p2{
    font-size: 16px;
    color: #555555;
}
.recr2_con1 .rq1 .div .bot{
    width: 100%;
    margin-top: 4%;
    height: 106px;
    overflow: hidden;
    transition: all .5s;
}
.recr2_con1 .rq1 .div.on .bot{
    height: auto;
}
.recr2_con1 .rq1 .p3{
    font-size: 18px;
    color: #000000;
}
.recr2_con1 .rq1 .text{
    font-size: 16px;
    color: #555555;
    line-height: 2.25;
    margin-top: 10px;
    margin-bottom: 30px;
}
.recr2_con1 .rq1 .bot a{
    font-size: 16px;
    color: #df2128;
    display: block;
    width: 140px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #df2128;
    transition: all .5s;
}
.recr2_con1 .rq1 .bot a:hover{
    background: #df2128;
    color: #fff;
}
.recr2_con1 .rq1 .bot a i{
    width: 13px;
    height: 9px;
    background-image: url(../images/cw_img3.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 2px;
    transition: all .5s;
}
.recr2_con1 .rq1 .bot a:hover i{
    background-image: url(../images/cw_img4.png);
} 
.recr2_con1 .rq1 .div button{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: #555555;
    width: 180px;
    height: 60px;
    background: #fff;
    border: none;
    cursor: pointer;
}
.recr2_con1 .rq1 .div button i{
    width: 11px;
    height: 6px;
    background-image: url(../images/cw_img5.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 18px;
    margin-bottom: 2px;
    transition: all .5s;
}

@media(max-width:1459px){
    .recr2_con1 .rq1 .lef{
        padding-left: 30px;
    }
    .recr2_con1 .rq1 .lef p {
        font-size: 36px;
        width: 36px;
    }
    .recr2_con1 .rq1 .lef p i {
        width: 6px;
        height: 6px;
        bottom: -26px;
    }
    .recr2_con1 .rq1 .lef p::before {
        height: 180px;
        bottom: -352px;
    }
    .recr2_con1 .rq1 .rig .rq2{
        padding-bottom: 10px;
    }
}
@media(max-width:768px){
    .recr2_con1 .rq .ig{
        display: none;
    }
    .recr2_con1 .rq{
        padding-top: 0;
    }
    .recr2_con1 .rq1{
        padding-left: 0;
    }
    .recr2_con1 .rq1 .lef{
        width: 100%;
        position: static;
        padding-left: 0;
    }
    .recr2_con1 .rq1 .lef p{
        width: 100%;
        font-size: 26px;
        text-align: center;
        color: #000000;
        padding-bottom: 24px;
    }
    .recr2_con1 .rq1 .lef p::before,
    .recr2_con1 .rq1 .lef p i{
        display: none;
    }
}
@media(max-width:500px){
    .recr2_con1 .rq1 .p1 {
        font-size: 18px;
    }
    .recr2_con1 .rq1 .p2 {
        font-size: 14px;
    }
    .recr2_con1 .rq1 .p3 {
        font-size: 16px;
    }
    .recr2_con1 .rq1 .text {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 8px;
        margin-bottom: 24px;
    }
    .recr2_con1 .rq1 .div .bot {
        height: 100px;
    }
    .recr2_con1 .rq1 .div{
        padding: 15px;
        padding-bottom: 50px;
        margin-bottom: 18px;
    }
    .recr2_con1 .rq1 .div button {
        font-size: 14px;
        width: 120px;
        height: 40px;
    }
    .recr2_con1 .rq1 .div button i {
        margin-left: 4px;
    }
    .recr2_con1 .rq1 .bot a {
        font-size: 14px;
        width: 100px;
        height: 38px;
        line-height: 36px;
    }
    .recr2_con1 .rq1 .bot a i {
        margin-left: 3px;
        margin-bottom: 1px;
    }
    .recr2_con1 .rq1 .lef p {
        font-size: 24px;
        padding-bottom: 18px;
    }
}

/* 招聘_员工风采 */
.recr4_con1{
    width: 100%;
    padding: 5% 0;
}
.recr4_con1 .rq{
    width: 100%;
    padding-bottom: 3.6%;
}
.recr4_con1 .div{
    width: 30%;
    margin-right: 5%;
    margin-top: 3.4%;
    float: left;
	position:relative;
}
.recr4_con1 .div:nth-child(3n){
    margin-right: 0;
}
.recr4_con1 .div .top{
    width: 100%;
    padding-bottom: 65.3%;
    position: relative;
    overflow: hidden;
}
.recr4_con1 .div .top div{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}
.recr4_con1 .div:hover .top div{
    transform: scale(1.05);
}
.recr4_con1 .div .bot{
    width: 100%;
    padding-top: 5%;
}
.recr4_con1 .div .bot .p1{
    font-size: 24px;
    color: #333333;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.recr4_con1 .div .bot .p2{
    font-size: 16px;
    color: #555555;
    margin-top: 5px;
}
.recr4_con1 .div span{
	text-align: right;
    width: 100%;
    display: block;
	color:#df2128;
}
@media(max-width:1459px){
    .recr4_con1 .div .bot .p1 {
        font-size: 20px;
    }
    .recr4_con1 .div .bot .p2 {
        font-size: 14px;
    }
}
@media(max-width:768px){
    .recr4_con1 .div .bot .p1 {
        font-size: 18px;
    }
    .recr4_con1 .div{
        width: 32%;
        margin-right: 2%;
    }
    .recr4_con1 .div:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width:500px){
    .recr4_con1 .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .recr4_con1 .rq{
        padding-top: 18px;
    }
    .recr4_con1 .div .bot{
        padding-top: 15px;
    }
}



/* 联系我们 */
.ny_banner .rq1{
    width: 100%;
    height: 590px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.ny_banner .rq1 .div{
    width: 100%;
    position: absolute;
    left: 0;
    top: 56%;
    transform: translateY(-50%);
    text-align: center;
}
.ny_banner .rq1 .p1{
    font-size: 52px;
    color: #ffffff;
    font-weight: bold;
}
.ny_banner .rq1 .p2{
    font-size: 26px;
    color: #ffffff;
    margin-top: 4px;
}
.ny_banner .rq1 .p2 i{
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url(../images/cw_img6.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
    margin-bottom: -2px;
}
.ny_banner .rq1 .div1{
    display: table;
    width: auto;
    margin: 0 auto;
    margin-top: 36px;
}
.ny_banner .rq1 .div2{
    width: 170px;
    float: left;
    margin-right: 56px;
}
.ny_banner .rq1 .div2:last-child{
    margin-right: 0;
}
.ny_banner .rq1 .div2 img{
    width: 122px;
    display: block;
    margin: 0 auto;
}
.ny_banner .rq1 .div2 p{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

/* con_con */
.con_con{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.con_con img{
    width: 100%;
}
.con_con .rq{
    width: 450px;
    background: #df2128;
    position: absolute;
    top: 30%;
    left: 53%;
    transform: translate(-50%,-50%);
    padding: 2.6% 2%;
}
.con_con .rq::before{
    content: '';
    width: 0;
    height: 0;
    border-top: 42px solid #df2128;
    border-right: 42px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.con_con .rq .p1{
    font-size: 24px;
    color: #ffffff;
}
.con_con .rq .p2{
    font-size: 16px;
    color: #ffffff;
    padding-top: 8px;
}
.con_con .rq a{
    margin-top: 30px;
    display: block;
    width: 100%;
    line-height: 48px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #df2128;
}
@media(max-width:1459px){
    .ny_banner .rq1 {
        height: 450px;
    }
    .ny_banner .rq1 .p1 {
        font-size: 38px;
    }
    .ny_banner .rq1 .p2 {
        font-size: 20px;
    }
    .ny_banner .rq1 .p2 i {
        width: 26px;
        height: 26px;
    }
    .ny_banner .rq1 .div1 {
        margin-top: 26px;
    }
    .ny_banner .rq1 .div2 {
        width: 146px;
        margin-right: 34px;
    }
    .ny_banner .rq1 .div2 img {
        width: 100px;
    }
    .ny_banner .rq1 .div2 p {
        font-size: 14px;
    }
    .con_con .rq .p1 {
        font-size: 20px;
    }
    .con_con .rq .p2 {
        font-size: 14px;
        padding-top: 6px;
    }
    .con_con .rq a {
        margin-top: 20px;
        line-height: 38px;
        font-size: 16px;
    }
    .con_con .rq {
        width: 370px;
    }
    .con_con .rq::before {
        border-top: 30px solid #df2128;
        border-right: 30px solid transparent;
    }

}
@media(max-width:500px){
    .ny_banner .rq1 {
        height: 370px;
    }
    .ny_banner .rq1 .p1 {
        font-size: 24px;
    }
    .ny_banner .rq1 .p2 {
        font-size: 16px;
    }
    .ny_banner .rq1 .p2 i {
        width: 20px;
        height: 20px;
    }
    .ny_banner .rq1 .div1 {
        margin-top: 20px;
    }
    .ny_banner .rq1 .div2 {
        margin-right: 10px;
    }
    .con_con .rq {
        width: 230px;
        top: 40%;
    }
    .con_con .rq .p1 {
        font-size: 14px;
    }
    .con_con .rq .p2 {
        font-size: 12px;
        padding-top: 4px;
    }
    .con_con .rq a {
        margin-top: 14px;
        line-height: 28px;
        font-size: 13px;
    }
    .con_con .rq::before {
        border-top: 16px solid #df2128;
        border-right: 20px solid transparent;
    }
}


/* 分页 */
.Pages{
    display: table;
    width: auto;
    margin: 0 auto;
}
.Pages em{
    font-style:normal;
}
.Pages a{
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 50%;
    float: left;
    font-size: 16px;
    color: #555555;
    font-family: "hmr";
    position: relative;
    margin: 0 10px;
    transition: all .5s;
}
.Pages a.a_cur,
.Pages a:hover{
    border: 1px solid #df2128;
    background: #df2128;
    color: #fff;
}
.Pages .a_prev::before,
.Pages .a_next::before{
    content: '';
    width: 6px;
    height: 10px;
    background-image: url(../images/cw_img8.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.Pages .a_prev::before{
    transform: translate(-50%,-50%) rotate(180deg);
}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before{
    background-image: url(../images/cw_img7.png);
}
@media(max-width:991px){
    .Pages a {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        margin: 0 5px;
    }
}


/* 关于_集团介绍 */
.ny_banner .rq2{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ny_banner .rq2 .p1{
    font-size: 52px;
    color: #ffffff;
    line-height: 1.346;
    font-weight: bold;	
}
.ny_banner .rq2 .p2{
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-size: 200px;
    color: #0078df;
    opacity: 0.06;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    top: -35px;
    left: 0;
    z-index: -1;
    transform: skewX(-10deg);
}

/* abo1_con1 */
.abo1_con1{
    width: 100%;
    padding-top: 4.2%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.abo1_con1 .lef{
    width: 50%;
    height: 700px;
    background-size: cover;
    background-position: center;
}
.abo1_con1 .rq{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.abo1_con1 .rig{
    width: 50%;
    float: right;
    padding-left: 10.3%;
}
.abo1_con1 .rig .p1{
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}
.abo1_con1 .rig .p2{
    font-size: 18px;
    color: #555555;
    line-height: 1.777;
    padding-bottom: 10.4%;
    margin-bottom: 11.4%;
    position: relative;
}
.abo1_con1 .rig .p2::before{
    content: '';
    width: 150%;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.abo1_con1 .rig .p2 .tex{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.abo1_con1 .rig .div{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.abo1_con1 .rig .div .p3{
    font-size: 18px;
    color: #000000;
}
.abo1_con1 .rig .div .p4{
    font-size: 48px;
    color: #df2128;
    font-weight: bold;
}

/* abo1_con2 */
.abo1_con2{
    width: 100%;
    padding-bottom: 5.3%;
}
.abo1_con2 .rq{
    width: 100%;
}
.abo1_con2 .rq .div{
    width: 100%;
    position: relative;
}
.abo1_con2 .rq .div::before{
    content: '';
    width: 73.5%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.abo1_con2 .rq .div:nth-child(1)::before{
    background: #df2128;
}
.abo1_con2 .rq .div:nth-child(3)::before{
    background: #f6f6f6;
}
.abo1_con2 .rq .div1{
    width: 100%;
    padding: 6.3% 0;
    padding-left: 26.4%;
}
.abo1_con2 .rq .text{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7778;
    padding-left: 7.5%;
    position: relative;
}
.abo1_con2 .rq .div:nth-child(3) .text{
    color: #666666;
}
.abo1_con2 .rq .text::before{
    content: '';
    width: 10px;
    height: 95%;
    background: rgba(255,255,255,.3);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.abo1_con2 .rq .div:nth-child(3) .text::before{
    background: #e5e5e5;
}
.abo1_con2 .rq .div .ig{
    width: 100%;
    height: 630px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
}
@media(max-width:1459px){
    .ny_banner .rq2 .p1 {
        font-size: 38px;
    }
    .ny_banner .rq2 .p2 {
        font-size: 152px;
        top: -28px;
    }
    .abo1_con1 .lef {
        height: 510px;
    }
    .abo1_con1 .rig {
        padding-left: 7%;
    }
    .abo1_con1 .rig .p1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .abo1_con1 .rig .p2 {
        font-size: 16px;
    }
    .abo1_con1 .rig .div .p3 {
        font-size: 16px;
    }
    .abo1_con1 .rig .div .p4 {
        font-size: 36px;
    }
    .abo1_con2 .rq .div1 {
        padding-left: 31%;
    }
    .abo1_con2 .rq .text {
        font-size: 16px;
    }
    .abo1_con2 .rq .div .ig {
        height: 460px;
    }
}
@media(max-width:768px){
    .ny_banner .rq2 .p1 {
        font-size: 26px;
    }
    .ny_banner .rq2 .p2 {
        font-size: 74px;
        top: -12px;
    }
    .abo1_con1 .lef{
        width: 100%;
    }
    .abo1_con1 .rq{
        position: static;
        transform: translate(0,0);
    }
    .abo1_con1 .rig{
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .abo1_con1 .rig .p1 {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .abo1_con1 .rig .p2::before{
        width: 100%;
    }
    .abo1_con1 .rig .p2{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .abo1_con2 .rq .div1{
        padding-left: 0;
    }
    .abo1_con2 .rq .div::before{
        width: 100%;
    }
    .abo1_con2 .rq .div .ig{
        height: 100%;
    }
    .abo1_con2 .rq .text{
        padding-left: 20px;
    }
    .abo1_con2 .rq .text::before {
        width: 5px;
        height: 96%;
    }
    
}
@media(max-width:500px){
    .abo1_con1 .lef {
        height: 290px;
    }
    .abo1_con1{
        padding-top: 40px;
    }
    .abo1_con1 .rig {
        padding-top: 16px;
    }
    .abo1_con1 .rig .p1 {
        font-size: 24px;
    }
    .abo1_con1 .rig .p2 {
        font-size: 14px;
    }
    .abo1_con1 .rig .p2 .tex {
        -webkit-line-clamp: 40;
    }
    .abo1_con1 .rig .div .p3 {
        font-size: 14px;
    }
    .abo1_con1 .rig .div .p4 {
        font-size: 26px;
    }
    .abo1_con2 .rq .text {
        font-size: 14px;
    }
    .abo1_con2{
        padding-bottom: 40px;
    }
    .abo1_con2 .rq .text::before {
        height: 98%;
    }
}


/* 关于_企业文化 */
.ny_banner .rq2 .p3{
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    padding-top: 10px;
    margin-top: 8px;
    letter-spacing: 10px;
    border-top: 1px solid rgba(255,255,255,.2);
}
.ny_banner .rq2 .p2_2{
    color: #000724;
}

/* abo2_con1 */
.abo2_con1{
    width: 100%;
    padding-top: 4.8%;
    padding-bottom: 4%;
}
.bt .p{
    font-weight: bold;
}
.abo2_con1 .rq{
    width: 100%;
    padding-top: 3.5%;
}
.abo2_con1 .div{
    width: 30.6%;
    height: 370px;
    float: left;
    margin-right: 4.1%;
    background: #f7f7f7;
    padding: 0 20px;
    padding-top: 5.9%;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.abo2_con1 .div::before{
    content: '';
    width: 384px;
    height: 384px;
    background-image: url(../images/cw_img9.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -100%;
    top: -50%;
    z-index: -1;
    transition: all .5s;
}
.abo2_con1 .div:hover::before{
    left: -50%;
}
.abo2_con1 .div::after{
    content: '';
    width: 201px;
    height: 201px;
    background-image: url(../images/cw_img10.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -50%;
    bottom: -25%;
    z-index: -1;
    transition: all .5s;
}
.abo2_con1 .div:hover::after{
    right: -22%;
}
.abo2_con1 .div:last-child{
    margin-right: 0;
}
.abo2_con1 .div .ico{
    width: 72px;
    height: 60px;
    margin: 0 auto;
    position: relative;
}
.abo2_con1 .div .ico img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}
.abo2_con1 .div .ico .ig2{
    opacity: 0;
}
.abo2_con1 .div:hover .ig1{
    opacity: 0;
}
.abo2_con1 .div:hover .ig2{
    opacity: 1;
}
.abo2_con1 .div .p1{
    font-size: 34px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all .5s;
}
.abo2_con1 .div:hover .p1{
    color: #df2128;
}
.abo2_con1 .div .p2{
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    transition: all .5s;
}

/* .abo2_con2 */
.abo2_con1.abo2_con2{
    padding: 0;
    height: 630px;
    background-image: url(../uploadfiles/cw_img60.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.abo2_con1.abo2_con2 .rq1{
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding-bottom: 3%;
}
.abo2_con1.abo2_con2 .rq{
    padding-top: 0;
}
.abo2_con1.abo2_con2 .rq .div{
    width: 23.2%;
    height: 260px;
    margin-right: 2.4%;
    padding-top: 3.5%;
    transition: all .5s;
}
.abo2_con1.abo2_con2 .rq .div:nth-child(4n){
    margin-right: 0;
}
.abo2_con1.abo2_con2 .rq .div:hover{
    background: #df2128;
}
.abo2_con1.abo2_con2 .rq .div:hover .p2,
.abo2_con1.abo2_con2 .rq .div:hover .p1{
    color: #fff;
}
.abo2_con1.abo2_con2 .div::before{
    background-image: url(../images/cw_img11.png);
    top: -75%;
}
.abo2_con1.abo2_con2 .div:hover::before {
    left: -60%;
}
.abo2_con1.abo2_con2 .div::after{
    background-image: url(../images/cw_img12.png);
    bottom: -38%;
}
.abo2_con1.abo2_con2 .div:hover::after {
    right: -30%;
}

/* abo2_con3 */
.abo2_con1.abo2_con3{
    padding-bottom: 5%;
    padding-top: 4.2%;
}
.abo2_con1.abo2_con3 .rq{
    padding-top: 0;
}
.abo2_con1.abo2_con3 .div{
    width: 32.4%;
    height: 290px;
    margin-right: 1.4%;
    margin-bottom: 1.4%;
    padding-top: 3.3%;
}
.abo2_con1.abo2_con3 .div:nth-child(5n+3){
    margin-right: 0;
}
.abo2_con1.abo2_con3 .div:nth-child(5n+5),
.abo2_con1.abo2_con3 .div:nth-child(5n+4){
    width: 49.3%;
    height: 270px;
}
.abo2_con1.abo2_con3 .div:nth-child(5n+5){
    margin-right: 0%;
}
.abo2_con1.abo2_con3 .div::before{
    top: -68%;
}
.abo2_con1.abo2_con3 .div:hover::before {
    left: -42%;
}
.abo2_con1.abo2_con3 .div:nth-child(5n+5):hover::before,
.abo2_con1.abo2_con3 .div:nth-child(5n+4):hover::before {
    left: -28%;
}
.abo2_con1.abo2_con3 .div::after{
    bottom: -36%;
}
.abo2_con1.abo2_con3 .div:nth-child(5n+5):hover::after,
.abo2_con1.abo2_con3 .div:nth-child(5n+4):hover::after {
    right: -14%;
}

@media(max-width:1459px){
    .abo2_con1 .div {
        height: 290px;
        padding: 0 10px;
        padding-top: 5%;
    }
    .abo2_con1 .div .ico {
        width: 60px;
        height: 50px;
    }
    .abo2_con1 .div .p1 {
        font-size: 26px;
        margin-top: 18px;
        margin-bottom: 10px;
    }
    .abo2_con1 .div .p2 {
        font-size: 16px;
    }
    .abo2_con1 .div::before {
        width: 300px;
        height: 300px;
        left: -150%;
    }
    .abo2_con1 .div:hover::before {
        left: -40%;
    }
    .abo2_con1 .div::after {
        width: 154px;
        height: 154px;
        right: -100%;
    }
    .abo2_con1 .div:hover::after {
        right: -20%;
    }
    .abo2_con1.abo2_con2 {
        height: 460px;
    }
    .abo2_con1.abo2_con2 .rq .div {
        height: 200px;
        padding-top: 2%;
    }
    .abo2_con1.abo2_con2 .div:hover::after {
        right: -24%;
    }
    .abo2_con1.abo2_con2 .div:hover::before {
        left: -54%;
    }
    .abo2_con1.abo2_con3 .div {
        height: 225px;
        padding-top: 2%;
    }
    .abo2_con1.abo2_con3 .div:nth-child(5n+5), .abo2_con1.abo2_con3 .div:nth-child(5n+4) {
        height: 210px;
    }

}
@media(max-width:768px){
    .abo2_con1 .div .ico {
        width: 50px;
        height: 42px;
    }
    .abo2_con1 .div .p1 {
        font-size: 20px;
        margin-top: 14px;
        margin-bottom: 6px;
    }
    .abo2_con1 .div .p2 {
        font-size: 14px;
    }
    .abo2_con1 .div {
        height: 230px;
        padding-top: 4%;
    }
    .abo2_con1 .div::before {
        width: 190px;
        height: 190px;
    }
    .abo2_con1 .div:hover::before {
        left: -50%;
    }
    .abo2_con1 .div::after {
        width: 100px;
        height: 100px;
    }
    .abo2_con1 .div:hover::after {
        right: -24%;
    }
    .abo2_con1.abo2_con2 {
        height: 380px;
    }
    .abo2_con1.abo2_con2 .rq .div {
        height: 165px;
    }
    .abo2_con1.abo2_con2 .div:hover::before {
        left: -70%;
    }
    .abo2_con1.abo2_con2 .div:hover::after {
        right: -30%;
    }
    .abo2_con1.abo2_con3 .div {
        height: 188px;
    }
    .abo2_con1.abo2_con3 .div:hover::before {
        left: -52%;
    }
    .abo2_con1.abo2_con3 .div:nth-child(5n+5), .abo2_con1.abo2_con3 .div:nth-child(5n+4) {
        height: 150px;
    }
}
@media(max-width:500px){
    .abo2_con1 .div{
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 20px 10px;
    }
    .abo2_con1 .div:hover::before {
        left: -26%;
    }
    .abo2_con1 .div::after {
        bottom: -32%;
    }
    .abo2_con1 .div:hover::after {
        right: -14%;
    }
    .abo2_con1.abo2_con2 .rq .div{
        width: 49%;
        height: 160px;
        margin-right: 2%;
        margin-bottom: 2%;
        padding-top: 4%;
    }
    .abo2_con1.abo2_con2 .rq .div:nth-child(2n){
        margin-right: 0;
    }
    .abo2_con1.abo2_con2{
        height: auto;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .abo2_con1.abo2_con2 .rq1{
        position: static;
        transform: translate(0,0);
        padding-bottom: 0;
    }
    .abo2_con1.abo2_con3 .div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        height: auto;
    }
    .abo2_con1.abo2_con3 .div:nth-child(5n+5), .abo2_con1.abo2_con3 .div:nth-child(5n+4){
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .abo2_con1.abo2_con3 .div:hover::before,
    .abo2_con1.abo2_con3 .div:hover::before {
        left: -28%;
    }
    .abo2_con1.abo2_con3 .div:hover::after, 
    .abo2_con1.abo2_con3 .div:hover::after {
        right: -14%;
    }
}


/* 关于_发展历程 */
.abo3_con1{
    width: 100%;
    padding-top: 4.8%;
    padding-bottom: 8%;
    background-image: url(../images/cw_img13.jpg);
    background-size: cover;
    background-position: center top;
}
.abo3_con1 .rq{
    width: 100%;
    padding-top: 7%;
}
.abo3_con1 .top{
    width: 100%;
}
.abo3_con1 .top .div{
    width: 100%;
    padding-right: 6.6%;
    padding-left: 18%;
    position: relative;
}
.abo3_con1 .top .div1{
    width: 100%;
    background: #fff;
    padding: 4%;
    padding-left: 15.9%;
    display: flex;
    align-items: center;
}
.abo3_con1 .top .div .p{
    font-size: 160px;
    color: #df2128;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
}
.abo3_con1 .top .lef{
    width: 58%;
    padding-left: 5.2%;
    padding-right: 20px;
    border-left: 1px solid #d0d0d0;
}
.abo3_con1 .top .lef .p1{
    font-size: 34px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1;
}
.abo3_con1 .top .lef .p2{
    font-size: 18px;
    color: #555555;
    line-height: 1.5555;
}
.abo3_con1 .top .rig{
    width: 42%;
}
.abo3_con1 .top .rig img{
    width: 100%;
    vertical-align: middle;
}
.abo3_con1 .bot{
    width: 100%;
    margin-top: 8.3%;
    padding: 0 70px;
    position: relative;
}
.abo3_con1 .swiper-button-next,
.abo3_con1 .swiper-button-prev{
    width: 50px;
    height: 50px;
    background-image: url(../images/cw_img15.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all .5s;
    top: 80%;
}
.abo3_con1 .swiper-button-prev{
    transform: rotate(180deg);
}
.abo3_con1 .swiper-button-next:after, 
.abo3_con1 .swiper-button-prev:after{
    display: none;
}
.abo3_con1 .swiper-button-next:hover,
.abo3_con1 .swiper-button-prev:hover{
    background-image: url(../images/cw_img16.png);
}
.abo3_con1 .bot .div{
    width: 100%;
    position: relative;
}
.abo3_con1 .bot .div::before{
    content: '';
    width: 100%;
    height: 19px;
    background-image: url(../images/cw_img14.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.abo3_con1 .bot p{
    font-size: 24px;
    color: #000000;
    text-align: center;
    position: relative;
    padding-bottom: 42px;
    line-height: 34px;
    transition: all .5s;
}
.abo3_con1 .bot p::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bfbfbf;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.abo3_con1 .bot .swiper-slide{
    cursor: pointer;
}
.abo3_con1 .bot .swiper-slide-thumb-active p{
    font-size: 34px;
    font-weight: bold;
    color: #df2128;
}
.abo3_con1 .bot .swiper-slide-thumb-active p::before{
    background: #df2128;
}
@media(max-width:1459px){
    .ny_banner .rq2 .p3 {
        font-size: 18px;
    }
    .abo3_con1 .top .div .p {
        font-size: 124px;
    }
    .abo3_con1 .top .lef .p1 {
        font-size: 26px;
    }
    .abo3_con1 .top .lef .p2 {
        font-size: 16px;
    }
    .abo3_con1 .bot p {
        font-size: 20px;
        line-height: 26px;
    }
    .abo3_con1 .bot .swiper-slide-thumb-active p {
        font-size: 26px;
    }
}
@media(max-width:1100px){
    .abo3_con1 .top .div .p {
        font-size: 98px;
        left: 0;
    }
}
@media(max-width:768px){
    .abo3_con1 .top .div{
        padding-left: 0;
        padding-right: 0;
        background: #fff;
        padding-top: 30px;
    }
    .abo3_con1 .top .div .p{
        position: static;
        line-height: 1;
        transform: translateY(0);
        padding-left: 2%;
        font-size: 70px;
    }
    .abo3_con1 .top .div1{
        padding: 4%;
        padding-top: 20px;
    }
    .abo3_con1 .top .lef{
        padding-left: 0;
        border: none;
    }
    .abo3_con1 .swiper-button-next, .abo3_con1 .swiper-button-prev {
        width: 40px;
        height: 40px;
        top: 88%;
    }
}
@media(max-width:500px){
    .ny_banner .rq2 .p3 {
        font-size: 14px;
        padding-top: 6px;
        margin-top: 5px;
        letter-spacing: 4px;
    }
    .abo3_con1 .rq{
        padding-top: 20px;
    }
    .abo3_con1 .top .div .p {
        padding-left: 15px;
        font-size: 36px;
    }
    .abo3_con1 .top .div1{
        flex-wrap: wrap;
        padding: 15px;
    }
    .abo3_con1 .top .lef{
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .abo3_con1 .top .rig{
        width: 100%;
    }
    .abo3_con1 .top .lef .p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .abo3_con1 .top .lef .p2 {
        font-size: 14px;
    }
    .abo3_con1 .bot{
        margin-top: 20px;
        padding: 0 50px;
    }
    .abo3_con1 .bot p {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 24px;
    }
    .abo3_con1 .bot .swiper-slide-thumb-active p {
        font-size: 22px;
    }
    .abo3_con1 .swiper-button-next, .abo3_con1 .swiper-button-prev {
        width: 34px;
        height: 34px;
        top: 88%;
    }
    
}


/* 关于_荣誉资质 */
.abo4_con1{
    width: 100%;
    padding-top: 4.8%;
}
.abo4_con1 .rq{
    width: 100%;
    padding-top: 3.2%;
}
.ab4_div1{
    width: 100%;
    background: #f9f9f9;
}
.ab4_div1 .top{
    width: 100%;
    height: 410px;
    position: relative;
    overflow: hidden;
}
.ab4_div1 .top img{
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}
.ab4_div1:hover .top img{
    transform: translate(-50%,-50%) scale(1.1);
}
.ab4_div1 p{
    font-size: 24px;
    height: 70px;
    color: #000000;
    text-align: center;
    padding: 0 10px;
    transition: all .5s;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ab4_div1:hover p{
    color: #df2128;
}
.abo4_con1 .swiper-slide{
    transform: scale(.8);
    transition: all .5s;
}
.abo4_con1 .swiper-slide-active{
    transform: scale(1);
}
.abo4_con1 .swiper-slide-prev{
    transform: translateX(-10%) scale(.8);
}
.abo4_con1 .swiper-slide-next{
    transform: translateX(10%) scale(.8);
}
.abo4_con1 .swiper-button-next,
.abo4_con1 .swiper-button-prev{
    width: 50px;
    height: 50px;
    background-image: url(../images/cw_img15.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all .5s;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    right: 28%;
}
.abo4_con1 .swiper-button-prev{
    transform: translateY(-50%) rotate(180deg);
    left: 28%;
}
.abo4_con1 .swiper-button-next:after, 
.abo4_con1 .swiper-button-prev:after{
    display: none;
}
.abo4_con1 .swiper-button-next:hover,
.abo4_con1 .swiper-button-prev:hover{
    background-image: url(../images/cw_img16.png);
}

/* abo4_con2 */
.abo4_con2{
    width: 100%;
    padding-top: 4%;
    padding-bottom: 5%;
}
.abo4_con2 .rq{
    width: 100%;
    padding-bottom: 18px;
}
.abo4_con2 .ab4_div1{
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 2.666%;
    float: left;
    padding-bottom: 25px;
}
.abo4_con2 .ab4_div1:nth-child(4n){
    margin-right: 0;
}
.abo4_con2 .ab4_div1 .top{
    height: 310px;
}
.abo4_con2 .ab4_div1 p{
    font-size: 20px;
    line-height: 1.5;
    height: 60px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media(max-width:1459px){
    .ab4_div1 .top {
        height: 330px;
    }
    .ab4_div1 .top img {
        max-width: 75%;
        max-height: 75%;
    }
    .ab4_div1 p {
        font-size: 18px;
        height: 60px;
    }
    .abo4_con2 .ab4_div1 .top {
        height: 240px;
    }
    .abo4_con2 .ab4_div1 p {
        font-size: 16px;
        height: 48px;
    }
    .abo4_con2 .ab4_div1 {
        padding-bottom: 15px;
    }

}
@media(max-width:768px){
    .ab4_div1 .top {
        height: 230px;
    }
    .ab4_div1 p {
        font-size: 16px;
        height: 60px;
    }
    .abo4_con1 .swiper-button-next, .abo4_con1 .swiper-button-prev {
        width: 38px;
        height: 38px;
        right: 27%;
    }
    .abo4_con1 .swiper-button-prev {
        left: 27%;
    }
    .abo4_con2 .ab4_div1 .top {
        height: 148px;
    }
    .abo4_con2 .ab4_div1 p {
        font-size: 14px;
        height: 42px;
    }

}
@media(max-width:500px){
    .abo4_con1{
        padding-top: 40px;
    }
    .abo4_con1 .rq{
        padding-top: 18px;
    }
    .abo4_con1 .swiper-button-prev{
        left: 10px;
    }
    .abo4_con1 .swiper-button-next{
        right: 10px;
    }
    .abo4_con2{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .abo4_con2 .ab4_div1{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .abo4_con2 .ab4_div1:nth-child(2n){
        margin-right: 0;
    }
}


/* 关于_招标公示 */
.abo5_con1{
    width: 100%;
    padding: 4.8% 0;
}
.abo5_con1 .rq{
    width: 100%;
    padding-top: 2.3%;
    padding-bottom: 3.6%;
}
.abo5_con1 .div{
    width: 100%;
    padding: 18px 0;
    padding-right: 70px;
    border-bottom: 1px solid #ededed;
    position: relative;
    display: block;
}
/* .abo5_con1 .div::before{
    content: '';
    width: 18px;
    height: 21px;
    background-image: url(../images/cw_img17.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.abo5_con1 .div:hover::before{
    background-image: url(../images/cw_img18.png);
} */
.abo5_con1 .div1{
    width: 100%;
    display: flex;
    align-items: center;
}
.abo5_con1 .div1 .lef{
    width: 70px;
    text-align: center;
}
.abo5_con1 .div1 .lef .p1{
    font-size: 28px;
    color: #000000;
    line-height: 46px;
    background: #f1f1f1;
    transition: all .5s;
}
.abo5_con1 .div:hover .lef .p1{
    color: #fff;
    background: #df2128;
}
.abo5_con1 .div1 .lef .p2{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    background: #e8e8e8;
    transition: all .5s;
}
.abo5_con1 .div:hover .lef .p2{
    color: #fff;
    background: #c6151c;
}
.abo5_con1 .div1 .rig{
    padding-left: 4.4%;
    font-size: 24px;
    color: #000000;
    width: calc(100% - 70px);
}
@media(max-width:1459px){
    .abo5_con1 .div1 .rig {
        font-size: 20px;
    }
}
@media(max-width:500px){
    .abo5_con1 .rq{
        padding-bottom: 25px;
    }
    .abo5_con1 .div {
        padding: 14px 0;
        padding-right: 38px;
    }
    .abo5_con1 .div::before {
        width: 16px;
        height: 19px;
        right: 10px;
    }
    .abo5_con1 .div1 .rig {
        font-size: 16px;
        width: calc(100% - 60px);
    }
    .abo5_con1 .div1 .lef .p1 {
        font-size: 20px;
        line-height: 40px;
    }
    .abo5_con1 .div1 .lef .p2 {
        font-size: 12px;
        line-height: 20px;
    }
    .abo5_con1 .div1 .lef {
        width: 60px;
    }
}
.abo5_con1,
.abo4_con2,
.abo3_con1,
.abo2_con3,
.abo1_con2,
.recr4_con1,
.recr2_con1,
.new4_con1,
.new3_con2,
.new2_con1{
    border-bottom: 1px solid #e5e5e5;
}


/* 弹窗1 */
.tc1{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.tc1 .rq{
    width: 450px;
    padding: 50px;
    padding-top: 46px;
    background: #262626;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tc1 .rq .esc{
    width: 20px;
    height: 20px;
    background-image: url(../images/close-white.png);
    background-size: 9px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.tc1 .rq p{
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 35px;
}
.tc1 .rq .div{
    width: 100%;
}
.tc1 .rq .div1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #515151;
    margin-bottom: 20px;
    position: relative;
    padding: 0 18px;
} 
.tc1 .rq .div input{
    width: 100%;
    height: 100%;
    background: none;
    font-size: 16px;
    color: #ffffff;
}
.tc1 .rq .div button{
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    height: 50px;
    background: #df2128;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
.tc1 .rq .div1.div2{
    padding-right: 85px;
}
.tc1 .rq .div1 .rig{
    width: 85px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}
.tc1 .rq .div1 .rig p{
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    position: relative;
}
.tc1 .rq .div1 .rig p::before{
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.5);
    position: absolute;
    bottom: 10px;
    left: 0;
}
.tc1 .rq .div1 .rig input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    background: none;
    cursor: pointer;
}
.tc1 .rq .div input:-moz-placeholder{  
     color: #fff;   
}  
.tc1 .rq .div input:-ms-input-placeholder{ 
    color: #fff;   
} 
.tc1 .rq .div input::-webkit-input-placeholder{ 
    color: #fff;   
}

@media(max-width:500px){
    .tc1 .rq{
        width: 95%;
        padding: 35px 15px;
    }
    .tc1 .rq p {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .tc1 .rq .div1 {
        height: 40px;
        line-height: 40px;
        margin-bottom: 12px;
        padding: 0 10px;
    }
    .tc1 .rq .div input {
        font-size: 14px;
    }
    .tc1 .rq .div1 .rig p {
        font-size: 14px;
    }
    .tc1 .rq .div1 .rig {
        width: 70px;
        height: 40px;
    }
    .tc1 .rq .div button {
        font-size: 14px;
        height: 40px;
        margin-top: 5px;
    }
}

/* 新闻详情 */
.new_date{
    width: 100%;
    padding-top: 5%;
    padding-bottom: 7%;
}
.new_date .top{
    width: 100%;
    text-align: center;
    padding-bottom: 28px;
}
.new_date .top .p1{
    font-size: 34px;
    color: #000000;
}
.new_date .top .p2{
    font-size: 16px;
    color: #555555;
    margin-top: 16px;
}
.new_date .con{
    width: 100%;
    padding: 3% 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    font-size: 18px;
    color: #555555;
    line-height: 1.7777;
}
.new_date .con img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.new_date .bot{
    width: 100%;
    margin-top: 28px;
    padding-right: 80px;
    position: relative;
}
.new_date .bot a{
    display: block;
    font-size: 18px;
    color: #555555;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .5s;
}
.new_date .bot a:hover{
    color: #df2128;
}
.new_date .bot a.lb{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #df2128;
    border-bottom: 1px solid #df2128;
}
@media(max-width:1459px){
    .new_date .top .p1 {
        font-size: 28px;
    }
    .new_date .top .p2 {
        font-size: 14px;
        margin-top: 10px;
    }
    .new_date .con {
        font-size: 16px;
    }
    .new_date .bot a{
        font-size: 16px;
    }
}
@media(max-width:500px){
    .new_date{
        padding: 40px 0;
    }
    .new_date .top .p1 {
        font-size: 22px;
    }
    .new_date .top .p2 {
        font-size: 12px;
        margin-top: 6px;
    }
    .new_date .top {
        padding-bottom: 15px;
    }
    .new_date .con {
        font-size: 14px;
        padding: 20px 0;
    }
    .new_date .bot{
        margin-top: 10px;
        padding-right: 0;
    }
    .new_date .bot a {
        font-size: 14px;
    }
    .new_date .bot a.lb{
        position: static;
        transform: translateY(0);
        display: inline-block;
    }
}

/*20220309*/
.recr1_con2 .ig:after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.3;}
.recr2_con1 .rq1 .div .jt {
    padding-right: 30%;
    position: relative;
}

.recr2_con1 .rq1 .div .jt .jobcnt {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 1.7;
}

.recr2_con1 .rq1 .div .jt .jobcnt .p3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.bt .bbnavs {
    margin-top: 20px;
    font-size: 18px;
}

.bt .bbnavs a {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid transparent;
    margin: 0 10px;
    padding-bottom: 6px;
}

.bt .bbnavs a.on,.bt .bbnavs a:hover {
    border-color: #d5031a;
    color: #d5031a;
}
@media(max-width:768px){
	.recr2_con1 .rq1 .div .jt .jobcnt {
    position: static;
    margin-top: 10px;
}

.recr2_con1 .rq1 .div .jt {
    padding-right: 0;
}

.recr2_con1 .rq1 .div .jt .jobcnt .p3 {
    font-size: 18px;
}
}
.tc1 .rq .div input {
    box-shadow: 0 0 0 1000px #262626 inset;
    -webkit-text-fill-color: #fff;
}



/* 20220317修改 */
.rqbt .div1{
    width: 100%;
    display: flex;
    align-items: center;
    padding:20px 0;
    padding-right: 70px;
    font-size: 20px;
    color: #000;
    font-family: "hmr";
}
.abo5_con1 .div1 .jzr{
    padding-right: 40px;
    font-family: "hmr";
    font-size: 20px;

}
.rqbt .div1 .lef{
    width: 140px;
    text-align: left;
}
.rqbt .div1 .rig{
    flex: 1;
    text-align: center;
}
.rqbt .div1 .jzr{
    padding-right: 40px;
    font-family: "hmr";
}

/* 弹窗 */
.minpop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1050;
    display: none;
    cursor: pointer;
}

.minpop .miner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 55px 50px;
    width: 450px;
    max-width: 90%;
    background: rgba(27,27,27,0.98);
    display: none;
}

.minform .ft{
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #fff;
}

.minform form .line{
    width: 100%;
    height: 50px;
    border: solid 1px rgba(255,255,255,.2);
    margin-bottom: 20px;
}
.minform form .line:last-child{
    border: none;
    margin-bottom: 0;
    margin-top: 40px;
}
.minform form .line input{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: transparent;
    color: #fff;
}
.minform form .line button{
    width: 100%;
    height: 100%;
    background-color: #df2128;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
/*2022.3.21*/
.abo5_con1.ap_pd .rqbt{
	display:none;
}

.abo5_con1 .div1 .rig{
	width: calc(100% - 320px);
}

.abo5_con1 .div1 .jzr{
	padding-right:0;
	display: flex;
}
.abo5_con1 .div1 .jzr span{
	margin-right:10px;
}

@media (max-width: 768px){
	.abo5_con1 .div{
		padding-right:0;
	}
	.abo5_con1 .div1 .jzr span{
		display:none;
	}
	.abo5_con1 .div1 .rig {
		font-size: 16px;
		width: calc(100% - 60px);
	}
}

@media (max-width: 500px){
	.abo5_con1 .div1 .rig {
		font-size: 16px;
		width: calc(100% - 60px);
	}
}

.recr1_con2 .rq .div{
	width: 100%;
}


.new_date{
	-webkit-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    user-select: text;
}

/*20220407*/
@media(max-width:768px){
	.minpop .miner {
    padding: 30px 20px;
}

.minform .ft {
    font-size: 24px;
    margin-bottom: 20px;
}

.miner.bgwhite.autosize {
    padding: 20px 30px 30px;
}
}